Extracts all the barcodes found in the document.
public IList<PageBarcodeData> ExtractBarcode(
Stream input,
LoadDocumentOptions documentOptions,
BarcodeEngine barcodeEngine,
BarcodeSymbology[] symbologies,
int barcodeCount,
bool preprocess
)
Public Function ExtractBarcode(
ByVal input As Stream,
ByVal documentOptions As LoadDocumentOptions,
ByVal barcodeEngine As BarcodeEngine,
ByVal symbologies() As BarcodeSymbology,
ByVal barcodeCount As Integer,
ByVal preprocess As Boolean
) As IList(Of PageBarcodeData)
public:
IList<PageBarcodeData^>^ ExtractBarcode(
Stream^ input,
LoadDocumentOptions^ documentOptions,
BarcodeEngine^ barcodeEngine,
array<BarcodeSymbology^>^ symbologies,
Int32 barcodeCount,
bool preprocess
)
input
Input Stream containing the document.
documentOptions
Document options for the recognition.
barcodeEngine
The Barcode Engine to use for reading the barcodes.
symbologies
The Barcode Symbologies to recognize during the recognition process.
barcodeCount
The number of barcodes to recognize. Set to 0 to recognize all barcodes.
preprocess
If internal preprocessing should be used during the Barcode read process.
Returns a list of PageBarcodeData
containing all the barcodes found in the document, if any.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document